From: Gerd Moellmann Date: Tue, 15 May 2001 13:38:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~40295 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=47d0ac460871ca2af80dccd3394a6fbe762da5ac;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3f3b29c4a5b..87ac2ad80d0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2001-05-15 Gerd Moellmann + * mouse.el (mouse-delete-other-windows): Doc fix. + * emacs-lisp/lisp-mode.el (lisp-mode): Make font-lock-keywords-case-fold-search a buffer-local variable with make-local-variable before setting it. diff --git a/src/ChangeLog b/src/ChangeLog index f99fc4d1547..cafe4b22ac1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2001-05-15 Gerd Moellmann + * keyboard.c (read_key_sequence): Prevent generating a fake + prefix key twice. + * xfaces.c (split_font_name): Handle `[...]' for the right font name fields.